home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / MacTechNotes / Platforms & Tools / Stand-Alone Code Folder / DBFKEYƒ / InstallDBFKEY < prev   
Encoding:
Text File  |  1990-07-24  |  236 b   |  10 lines  |  [TEXT/MPS ]

  1.  
  2. #  DebugKey Installer Script
  3. #
  4. #    Place this file in the current directory and type
  5. #    "InstallDBFKEY <Enter>" to install the debugger FKEY
  6. #    in your System file.
  7. #
  8.     Asm DebugKey.a
  9.     Link DebugKey.a.o -o "{SystemFolder}"System -rt FKEY=8
  10.